runtime.mheap.markArenas (field)

5 uses

	runtime (current package)
		mcheckmark.go#L302: 	for _, ai := range mheap_.markArenas {
		mgcmark.go#L96: 	mheap_.markArenas = mheap_.heapArenas[:len(mheap_.heapArenas):len(mheap_.heapArenas)]
		mgcmark.go#L97: 	work.nSpanRoots = len(mheap_.markArenas) * (pagesPerArena / pagesPerSpanRoot)
		mgcmark.go#L355: 	ai := mheap_.markArenas[shard/(pagesPerArena/pagesPerSpanRoot)]
		mheap.go#L198: 	markArenas []arenaIdx